#nav-bar-logo {
	width: 2em;
	height: 100%;
}

.navbar-title {
	margin-bottom: 0;
}

.centered-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.direction-column {
	flex-direction: column;
}

.align-justify {
	align-items: left !important;
}

.bg-maroon {
	background-color: #800000;
}

.pages-header {
    max-height: 27em;
    margin: 0 !important;
    padding: 0 !important;
}

.pages-header-img {
	width: 100%;
	height: auto;
}

.content-container {
	max-width: 100%;
	margin-left: 7%;
	margin-right: 7%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 10px;
}

.section-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.section-header {
	display: flex;
	margin-bottom: 1.2em;
}

.divider {
	flex-grow: 1;
}

.section-title {
	width: 45%;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 3em;
	text-align: center;
}


.hr-header {
	border-style: solid;
	border-width: 1px;
	border-color: #800000;
	width: 100%;
}

.section-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.core-values {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 15px;
}

.cv-letter {
	width: 10%;
	font-family: "Sans-serif";
	font-size: 5em;
	text-align: right;
	color: #800000;
	font-weight: bold;
}

.cv-description {
	flex: 1;
	font-size: 1.5em;
}

.section-title-logo {
	width: 65%;
	height: 100%;
}

/*BOARD OF TRUESTEES*/

.bot-img {
	width: 75%;
	height: auto;
}

.pdf-viewer {
	width: 100%;
	height: 800px;
}



@media only screen and (max-width: 768px) {
    .section-title {
    	font-size: 1.6em;
    	width: 80%;
    }

    .lead {
    	font-size: 0.8em !important;
    }

    .pdf-viewer {
    	height: 500px;
    }

    .cv-letter {
    	font-size: 3em;
    }

    .cv-description {
    	font-size: 1em;
    	padding-left: 20px;
    }

    #nav-bar-logo {
		width: 1.5em;
		height: 100%;
	}

	.navbar-title {
		font-size: 0.75em;
	}

	.content-container {
		flex-direction: column;
	}

	.section-content {
		display: flex;
		flex-direction: column !important;
		align-items: center;
	}
}